summaryrefslogtreecommitdiff
path: root/src/pages/[locale]/index.astro
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+joeacarstairs@users.noreply.github.com>2025-12-02 10:15:48 +0000
committerGitHub <noreply@github.com>2025-12-02 10:15:48 +0000
commitfb034e91d6af8ee628a99c83dc9c37b428a21584 (patch)
tree13fd407895057c3779117433758ba142f499abc6 /src/pages/[locale]/index.astro
parent46a3a12a907d33771b9d3e89200cf045b4ae9f2e (diff)
parent055454aa9032c6cca435506f2157099770dcbf9f (diff)
Merge pull request #130 from joeacarstairs/staging
open sangschaw 2026
Diffstat (limited to 'src/pages/[locale]/index.astro')
-rw-r--r--src/pages/[locale]/index.astro5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro
index 15b4005..53fe1e2 100644
--- a/src/pages/[locale]/index.astro
+++ b/src/pages/[locale]/index.astro
@@ -29,6 +29,11 @@ if (!firstNewsItem) {
---
<Page title={t(tPage, { key: 'title' })}>
+ <section>
+ <h2 set:html={t(tPage, { key: 'sangschaw' })} />
+ <p set:html={t(tPage, { key: 'sangschaw-para-1' })} />
+ </section>
+
<section id="news">
<h2 set:html={t(tPage, { key: 'news' })} />
<NewsIndex headingLevel="h3" newsItems={[firstNewsItem]} />